home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 July / macformat-026.iso / mac / Interactive Arts / Interactive Arts '95 / we@ellipsis.com / 00011.ls < prev    next >
Encoding:
Text File  |  1995-05-02  |  163 b   |  9 lines

  1. on exitFrame
  2.   if rollOver(1) then
  3.     set the cursor of sprite 1 to 213
  4.     if rollOver(48) then
  5.       set the cursor of sprite 48 to 260
  6.     end if
  7.   end if
  8. end
  9.